home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / demos / shgmdemo.dir / 00018.ls < prev    next >
Encoding:
Text File  |  1995-12-06  |  429 b   |  19 lines

  1. on mouseDown
  2.   puppetSound("ReturnB")
  3.   repeat with x = 1 to 2
  4.     set the castNum of sprite 7 to the number of cast "RETURN.GIF"
  5.     updateStage()
  6.     startTimer()
  7.     repeat while the timer < 15
  8.       nothing()
  9.     end repeat
  10.     set the castNum of sprite 7 to the number of cast "RETURNW.GIF"
  11.     updateStage()
  12.     startTimer()
  13.     repeat while the timer < 15
  14.       nothing()
  15.     end repeat
  16.   end repeat
  17.   go("none fade")
  18. end
  19.